Add more xc_error_code values.
authorEmmanuel Ackaouy <ack@xensource.com>
Thu, 25 Jan 2007 22:16:52 +0000 (22:16 +0000)
committerEmmanuel Ackaouy <ack@xensource.com>
Thu, 25 Jan 2007 22:16:52 +0000 (22:16 +0000)
commit8db57dddd13e4298f78635ed9936496136244537
tree05b4f56c692e5dd8eccca62a7062e9e40d41917f
parenteb4166af594f8c2875adb7030d3a95e0407f4868
Add more xc_error_code values.

XC_INVALID_PARAM
  such as asking for features unsupported by either xen or guest kernel.
XC_OUT_OF_MEMORY
  no comment ;)

Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
 tools/libxc/xc_private.c |    4 ++++
 tools/libxc/xenctrl.h    |    2 ++
 2 files changed, 6 insertions(+)
tools/libxc/xc_private.c
tools/libxc/xenctrl.h